select distinct paper from paper_master,color_master,printsize_master,np_master,stamps where stamps.paper_code=paper_master.paper_code and paper_master.paper<>' ' and year(stamps.issue_date)=1952 and np_master.np_code=stamps.np_code and np_master.np=\'A\' and color_master.color_code=stamps.color_code and color_master.color=\'Mineral Red\' and stamps.serial_no=\'0341\' and printsize_master.printsize_code=stamps.printsize_code and printsize_master.printsize=\'1.6 X 0.9\' order by paper